Skip to content

Fix browser.test_cubegeom_row_length - #24574

Merged
juj merged 1 commit into
emscripten-core:mainfrom
juj:fix_test_cubegeom_row_length
Jun 16, 2025
Merged

Fix browser.test_cubegeom_row_length#24574
juj merged 1 commit into
emscripten-core:mainfrom
juj:fix_test_cubegeom_row_length

Conversation

@juj

@juj juj commented Jun 15, 2025

Copy link
Copy Markdown
Collaborator

GL_UNPACK_ROW_LENGTH is a WebGL2/GLES3 API that is not present in WebGL 1.

Chrome seems to be lazy and allow it in WebGL 1 as well, but Firefox is strict and this test fails if not run against WebGL 2.

GL_UNPACK_ROW_LENGTH is a WebGL2/GLES3 API that is not present in WebGL 1.

Chrome seems to be lazy and allow it in WebGL 1 as well, but Firefox is strict and this test fails if not run against WebGL 2.
@juj
juj merged commit 1161ea6 into emscripten-core:main Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants